GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-02T09:45:14.081088+00:00",
"SubmitDate": "2026-03-02T09:45:14.081088+00:00",
"ReportPeriodStart": "2026-03-02T09:45:14.081088+00:00",
"ReportPeriodEnd": "2026-03-02T09:45:14.081088+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a4e5f704-468d-4a6e-9a71-f6d872fed546",
"Rows": [
{
"ItemId": "5ae9fea2-a847-4686-a68e-56cafa738afa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ae9fea2-a847-4686-a68e-56cafa738afa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a4e5f704-468d-4a6e-9a71-f6d872fed546",
"Rows": [
{
"ItemId": "5ae9fea2-a847-4686-a68e-56cafa738afa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ae9fea2-a847-4686-a68e-56cafa738afa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0097c3c1-43c0-4263-92d9-69d1c2f02ee1",
"4b052475-94e0-4adc-9f83-2e11f3059e8b"
],
"Approvers": [
"f945e9c8-1f51-4a92-9217-5e4959102008",
"5be2380d-6834-49af-9f35-95b31551a1ac"
],
"ApprovedBy": "d329624f-3436-4ccf-82b0-5917f22e1f71",
"ApprovalDate": "2026-03-02T09:45:14.081088+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "996357d2-9873-4842-88d7-0758df20d50d",
"id": "6361964e-396d-476c-a6f6-0ee83ea764f5",
"ConfigId": "119bb04f-5494-41d3-9856-76f496ac18cd"
},
{
"GenerationDate": "2026-03-02T09:45:14.081088+00:00",
"SubmitDate": "2026-03-02T09:45:14.081088+00:00",
"ReportPeriodStart": "2026-03-02T09:45:14.081088+00:00",
"ReportPeriodEnd": "2026-03-02T09:45:14.081088+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a4e5f704-468d-4a6e-9a71-f6d872fed546",
"Rows": [
{
"ItemId": "5ae9fea2-a847-4686-a68e-56cafa738afa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ae9fea2-a847-4686-a68e-56cafa738afa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a4e5f704-468d-4a6e-9a71-f6d872fed546",
"Rows": [
{
"ItemId": "5ae9fea2-a847-4686-a68e-56cafa738afa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ae9fea2-a847-4686-a68e-56cafa738afa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0097c3c1-43c0-4263-92d9-69d1c2f02ee1",
"4b052475-94e0-4adc-9f83-2e11f3059e8b"
],
"Approvers": [
"f945e9c8-1f51-4a92-9217-5e4959102008",
"5be2380d-6834-49af-9f35-95b31551a1ac"
],
"ApprovedBy": "d329624f-3436-4ccf-82b0-5917f22e1f71",
"ApprovalDate": "2026-03-02T09:45:14.081088+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "996357d2-9873-4842-88d7-0758df20d50d",
"id": "6361964e-396d-476c-a6f6-0ee83ea764f5",
"ConfigId": "119bb04f-5494-41d3-9856-76f496ac18cd"
}
]